* {
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    color: #333;
    outline: 0;
    list-style: none;
    box-sizing: border-box;
}
.cen-wrap{
    width: 1300px;
    margin: 0 auto;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; 
}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
/* .app {
    background-color: rgb(192, 235, 255);
    height: 20000px;
} */
.center {
    width: 1200px;
    margin: 0 auto;
}
a,a:hover {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}
.app{
    min-width: 1330px;
}

/* 头部 */
.header-wrapper {
    width: 100%;
    min-width: 1330px;
}
.header-wrapper-minh{
    height: 72px;
}
.header-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    min-width: 1330px;
    height: 76px;
    padding: 26px 0;
    transition: all .135s ease-in;
}
.header-container.active {
    background-color: #017cef;
    padding: 16px 0;
}

.header-container .logo-wrap {
    /* float: left;
    width: 240px;
    height: 40px;
    padding: 0 20px; */
    float: left;
    /* height: calc(100% + 16px + 16px); */
    /* margin-top: -16px; */
    /* background: pink; */
    margin-left: 30px;
}
.header-container .logo-wrap h3{
    color: #fff;
    font-size: 20px;
}
.header-container .logo-wrap span{
    color: #fff;
    font-size: 12px;
}
.header-container .logo-wrap .logo {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: all .25s ease-in;
}
.header-container .logo-wrap {
    float: left;
    height: calc(100% + 16px + 16px);
    margin-top: -16px;
    background: pink;
    margin-left: 30px;
}

.header-container .logo-wrap .logo {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: all .25s ease-in;
}

.header-container .title{
    float: left;
    height: calc(100% + 16px + 16px);
    margin-top: -16px;
    background: pink;
    margin-left: 30px;
}

.header-container .header-rigth {
    display: block;
    float: right;
    height: 100%;
    padding-right: 20px;
    transition: all, .5s, ease-in;
}

.header-container .header-rigth .nav {
    float: left;
    margin-right: 40px;
}

.header-container .header-rigth .nav .item {
    position: relative;
    float: left;
    width: 116px;
    height: 38px;
    border: 1px solid transparent;
    border-radius: 20px;
    /* overflow: hidden; */
    transition: all .2s;
    display: block;
}
.header-container .header-rigth .nav .item a{
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.header-container .header-rigth .nav .item .pro{
    position: absolute;
    padding-top: 6px;
    top: 100%;
    width: 100%;
    display: none;
}
.proli{
    background-color: rgba(255, 255, 255, .87);
    padding: 10px 0;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}
.header-container .header-rigth .nav .item:hover .pro{
    display: block;
}
.header-container .header-rigth .nav .item .pro a{
    font-size: 12px;
    padding: 5px 7px;
    box-sizing: border-box;
    /* border-radius: 6px; */
    margin-top: 5px;
    position: relative;
    padding-left: 25px;
}
.header-container .header-rigth .nav .item .pro a::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    margin-top: -2px;
}
.header-container .header-rigth .nav .item .pro a:hover{
    color: #017cef;
    background-color: #ffffff;
}
.header-container .header-rigth .nav .item .pro a:hover::before{
    background-color: #017cef;
}
.header-container .header-rigth .nav .item.router-link-exact-active,
.header-container .header-rigth .nav .item:hover {
    /* border-color: #fff; */
    background-color: #fff;
    color: #017cef;
}
.header-container .header-rigth .nav .item.router-link-exact-active,
.header-container .header-rigth .nav .item:hover p{
    color: #017cef;
}
.header-container .header-rigth .nav .item.router-link-exact-active {
    border-color: #fff;
    color: #017cef;
}

.header-container .header-rigth .nav .item p {
    display: block;
    width: 116px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    transition: all .2s;
}

.header-container .header-rigth .nav .item p.ch {
    position: absolute;
    top: 0;
    left: 0;
}

.header-container .header-rigth .nav .item.router-link-exact-active p.ch,
.header-container .header-rigth .nav .item:hover p.ch {
    top: 100%;
}

.header-container .header-rigth .nav .item p.en {
    position: absolute;
    top: -100%;
    left: 0;
}

.header-container .header-rigth .nav .item.router-link-exact-active p.en,
.header-container .header-rigth .nav .item:hover p.en {
    top: 0;
    color: #017cef;
}
.header-container .header-rigth .header-about{
    float: left;
}
.header-container .header-rigth .header-about .tel{
    padding-left: 32px;
    font-size: 16px;
    line-height: 40px;
    color: #fefefe;
    background-image: url(../img/home/phone.png);
    background-repeat: no-repeat;
    background-position: 0;
}

/* 底部 */
/* 底部 */
.Friendly_Links{
    height: 87px;
    background-color: #6d6d6d;

}
.Friendly_Links .center{
    height: 100%;
    display: flex;
    align-items: center;
}
.Friendly_Links .link_cont {
    flex:1;
}
.Friendly_Links .link_cont  .link_tit{
    font-size: 14px;
    color: #dfdfdf;
    display: inline-block;
}
.Friendly_Links .link_cont .link_list{
    color: #dfdfdf;
    cursor: pointer;
    margin-right: 15px;
    font-size: 14px;
    display: inline-block;
}
.Friendly_Links .link_cont .link_list:hover{
    color: #bcbcbc;
    text-decoration: underline;
}
.Friendly_Links .list_ditu{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.Friendly_Links .list_ditu img{
    width: 13px;
    height: 13px;
}
.Friendly_Links .list_ditu a{
    font-size: 14px;
    color: #dfdfdf;
    margin-left: 8px;
}
.footer{
    width: 100%;
    padding: 30px 0;
    background-color: #5f5f5f;
}

.footer .footer-top {
    padding-left: 40px;
    margin-bottom: 10px;
}
.footer .footer-top .footer-logo h2 {
   font-size: 18px;
   color: #fff;
   font-weight: 400;
}
.footer .footer-top .footer-logo img {
    max-height: 100%;
}
.footer .footer-content {
    padding-left: 40px;
}
.footer .footer-content .left {
    float: left;
    width: 600px;
    padding-right: 40px;
}
.footer .footer-content .left .text {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.footer .footer-content .left .text a {
    color: #fff;
}
.footer .footer-content .right {
    float: left;
    width: 480px;
}
.footer .footer-content .right .text {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}
.footer .footer-content .right .text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.footer .footer-content .right .text.icon-tel:before {
    background-image: url(../img/fot1.png);
}
.footer .footer-content .right .text.icon-wechat:before {
    background-image: url(../img/fot2.png);
}
.footer .footer-content .right .text.icon-email:before {
    background-image: url(../img/fot3.png);
}
.applyNow{
    padding: 50px 0;
    background-color: #f9fafc;
}
.applyNow .subscribe{
    width: 196px;
    height: 62px;
    margin: auto;
    border: 1px solid #1275ef;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 62px;
    border-radius: 50px;
    display: block;
    background: linear-gradient(to right,#46aef7,#1989fa);
    cursor: pointer;
}
/* 十二块 */
.Blocklevel{
    width: 100%;
    padding-bottom: 65px;
}
.level_cont{
    width: 1200px;
    margin: auto;
    border-top: 1px solid #dfdfdf;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.level_cont .level_list{
    margin-top: 45px;
    width: 190px;
}
.level_cont .level_list img{
    width: 123px;
    height: 123px;
    display: block;
    margin: auto;
}
.level_cont .level_list p{
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    color: #8f8f8f;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.further{
    width: 100%;
    padding: 45px 0 55px 0;
}
.further_title{
    width: 1200px;
    margin: auto;
    font-size: 24px;
    color: #595959;
}
.further_cont{
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    position: relative;
}
.Swiperone_prev,.Swiperone_next{
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 4px 1px #d8d6d6;
    background-image: url(/home_res_path/img/prev.png);
    background-size: 11px 18px;
    background-position: center center;
    z-index: 9;
    opacity: 1 !important;
}
.Swiperone_prev{
    left: -25px;
}
.Swiperone_next{
    right: -25px;
    transform: rotate(180deg);
}
.further_cont .swiper-slide>a{
    width: 281px;
    height: 265px;
    display: block;
}
.further_cont .swiper-slide>a img{
    width: 100%;
    height: 100%;
    display: block;
}
.further_cont .swiper-slide:hover>a img{
    opacity: 0.5;
}
.level_cont .level_list:hover img{
    opacity: 0.5;
}



/* 提供服务 */
.business-scope{
    padding: 64px 0 84px;
    background-color: #138ed1;
    overflow: hidden;
}
.business-scope .intro .img1{
    display: block;
    margin: 0 auto;
}
.business-scope .intro .text{
    padding: 15px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.business-scope .business-box{
    padding-top: 50px;
}
.business-scope .business-box .item{
    position: relative;
    float: left;
    /* width: 25%; */
    width: 20%;
}
.business-scope .business-box .item .img-box{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.business-scope .business-box .item .text{
    /* font-size: 24px; */
    font-size: 21px;
    line-height: 64px;
    text-align: center;
    color: #fff;
}
.business-scope .business-box .item .details{
    display: block;
    width: 98px;
    height: 28px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    transition: all .2s;
}
.business-scope .business-box .item .qrcode{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    box-shadow: 0 0 10px 3px rgb(31 115 159 / 30%);
}
.business-scope .business-box .item:hover .qrcode{
    display: block;
}
.consulting-box{
    padding: 54px 0;
    background-color: #f9fafc;
    overflow: hidden;
}
.consulting-box .title{
    font-size: 30px;
    line-height: 42px;
    color: #5e5e5e;
}
.consulting-box .checkbox-list{
    padding: 50px 8px;
}
.consulting-box .checkbox-list .select-item{
    float: left;
    margin-right: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.consulting-box .checkbox-list .select-item .simulation{
    position: relative;
    display: block;
    /* height: 26px; */
    /* padding: 4px 0; */
    padding-left: 15px;
    font-size: 17px;
    /* line-height: 26px; */
    color: #000;
}
.consulting-box .item{
    margin-bottom: 24px;
    overflow: hidden;
}
.consulting-box .item .label{
    float: left;
    width: 134px;
    height: 54px;
    font-size: 18px;
    line-height: 54px;
    color: #5e5e5e;
}
.consulting-box .item .inputstyle{
    box-sizing: border-box;
    float: left;
    width: 352px;
    height: 54px;
    padding: 14px 10px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    background-color: #f4f4f4;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}
.consulting-box .item{
    margin-bottom: 24px;
    overflow: hidden;
}
.consulting-box .item1 .label{
    width: 100px;
    padding-left: 42px;
}
.consulting-box .item .textareastyle{
    box-sizing: border-box;
    float: left;
    width: 846px;
    padding: 14px 10px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    background-color: #f4f4f4;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    resize: none;
}
.consulting-box .item .captchaImg{
    float: left;
    width: 80px;
    height: 40px;
    margin: 7px 14px;
    cursor: pointer;
}
.consulting-box .item .tips{
    float: left;
    margin: 15px 0;
    font-size: 16px;
    line-height: 24px;
    color: #5e5e5e;
}
.consulting-box .subbtn-box{
    padding-top: 14px;
    padding-left: 134px;
}
.consulting-box .subbtn-box .subbtn{
    width: 190px;
    height: 54px;
    font-size: 18px;
    line-height: 54px;
    color: #fff;
    background-color: red;
    border-radius: 4px;
    outline: none;
    text-align: center;
    cursor: pointer;
}


/* 多选框样式 */
.consulting-box .checkbox-list .select-item input[type=checkbox]{
    cursor: pointer;
    position: relative;
    width: 10px;
    height: 10px;
    font-size: 14px;
}
.consulting-box .checkbox-list .select-item input[type=checkbox]::after{
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 17px;
    height: 17px;
    background-image: url(../img/gou.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #fff;
    background-color: #fff;
}       
.consulting-box .checkbox-list .select-item input[type=checkbox]:checked::after{
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 17px;
    height: 17px;
    background-image: url(../img/gou.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    background-position: 0 100%;
}
.consulting-box .checkbox-list .select-item input:checked + p{
    color: #52b7c4 !important;
}



/* ----------------------------案列------------------------------- */
.more-box{
    padding: 50px 0;
    background-color: #f9fafc;
}
.more-box .btn{
    position: relative;
    display: block;
    width: 280px;
    height: 62px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
    color: #3c3c3c;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    cursor: pointer;
}

.project-details img {
    display: block;
    width: 100%;
}
.return-box{
    padding: 50px 0;
    background-color: #f9fafc;
}
.return-box .btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 62px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    color: #161616;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    cursor: pointer;
}
.return-box .btn img{
    margin-left: 14px;
}


/* ----------------------------------联系----------------- */
.contact-box{
    width: 100%;
    height: 630px;
    background-image: url(../img/banner-contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.contact-box .content{
    float: right;
    width: 46%;
    height: 630px;
    background-color: rgba(0,0,0,.5);
}
.contact-box .content .info-box{
    padding: 86px 0 0 56px;
}
.contact-box .content p{
    width: 240px;
    padding: 4px 0;
    padding-left: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}
.contact-box .content p.label{
    position: relative;
}
.contact-box .content p.label.icon-address:after {
    background-image: url(../img/cont1.png);
}
.contact-box .content p.label.icon-tel:after {
    background-image: url(../img/cont2.png);
}
.contact-box .content p.label.icon-wechat:after {
    background-image: url(../img/cont3.png);
}
.contact-box .content p.label.icon-email:after {
    background-image: url(../img/cont4.png);
}

.Website_construction{
    background-color: #eaf0f6;
    padding: 35px 0 67px 0;
}
.Website_construction .title{
    display: flex;
    align-items: center;
}
.Website_construction .title p{
    font-size: 30px;
    color: #5d5d5d;
} 
.Website_construction .title a{
    font-size: 14px;
    color: #5d5d5d;
    width: 70px;
    height: 29px;
    background-color: #f2f5f8;
    border: 1px solid #c8c8c9;
    border-radius: 30px;
    text-align: center;
    line-height: 29px;
    margin-left: auto;
}
.Website_cont{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.Website_cont .Website_list{
    width: 50%;
    display: flex;
    align-items: center;
    height: 157px;
}
.Website_cont .Website_list:hover{
    box-shadow: 0px 0px 20px 1px #bcccdc;
}
.Website_cont .Website_list:nth-child(1){
    background-color: #f2f5f9;
}
.Website_cont .Website_list:nth-child(2){
    background-color: #fff;
}
.Website_cont .Website_list:nth-child(3){
    background-color: #fff;
}
.Website_cont .Website_list:nth-child(4){
    background-color: #f2f5f9;
}
.Website_cont .Website_list .web_left{
    margin-left: 45px;
    width: 100px;
}
.Website_cont .Website_list .web_left img{
    width: 89px;
    height: 60px;
    display: block;
    margin: auto;
}
.Website_cont .Website_list .web_left p{
    margin-top: 17px;
    font-size: 16px;
    color: #5d5d5d;
    text-align: center;
}
.Website_cont .Website_list .web_right{
    margin-left: 36px;
    width: 390px;
}
.Website_cont .Website_list .web_right span{
    font-size: 20px;
    color: #5d5d5d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width:100%;
}
.Website_cont .Website_list .web_right p{
    font-size: 14px;
    color: #5d5d5d;
    margin-top: 15px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;/*要显示的行数*/
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 40px;
}
